ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / FlexGridBase<T> Class / ColumnFootersRowHeaderText Property

In This Topic
    ColumnFootersRowHeaderText Property (FlexGridBase<T>)
    In This Topic
    Gets or sets the text for the group row header in the column footers panel.
    Syntax
    'Declaration
     
    Public Overridable Property ColumnFootersRowHeaderText As String
    public virtual string ColumnFootersRowHeaderText {get; set;}
    See Also